From: Øyvind Kolås Date: Tue, 14 Aug 2018 16:28:03 +0000 (+0200) Subject: release 0.1.56 X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~15^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=0449b887bd57ecb3dff1fa931410b3fb13cf4858;p=babl.git release 0.1.56 --- diff --git a/NEWS b/NEWS index a2361bb..a7d93e1 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,13 @@ The NEWS file in the babl source tree is the source location for the news section both in the README and the webpage. --> +2018-08-14 babl-0.1.56
+Improvements to the caching of profiled conversion chains between invocations +by ignoring unknown bits in cache file and remember which conversions yielded +reference fishes. + 2018-07-23 babl-0.1.54
+
Export babl_space_get_icc, babl_space_get, babl_model_with_space, babl_space_with_trc, babl_format_get_encoding, babl_model_is, SSE2 versions of YA float and Y float to CIE L float. diff --git a/configure.ac b/configure.ac index d1293f6..9cef01f 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [55]) +m4_define([babl_micro_version], [56]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) diff --git a/meson.build b/meson.build index e5be721..0509239 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.55', + version: '0.1.56', meson_version: '>=0.40.0', default_options: [ 'libdir=lib',